Oops. s/_(/Q_(/ in the patch.
authorBehdad Esfahbod <behdad@gnome.org>
Wed, 25 Jan 2006 16:42:37 +0000 (16:42 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Wed, 25 Jan 2006 16:42:37 +0000 (16:42 +0000)
2006-01-25  Behdad Esfahbod  <behdad@gnome.org>

        * gtk/gtkcalendar.c (calendar_paint_week_numbers, calendar_paint_day):
        Oops.  s/_(/Q_(/ in the patch.

ChangeLog
ChangeLog.pre-2-10
gtk/gtkcalendar.c

index 6ed0e4238d570377d280a68b35fb1a525191a966..101962bfe0b208c6bae020a53237cbe2c7f1dd90 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-01-25  Behdad Esfahbod  <behdad@gnome.org>
+
+       * gtk/gtkcalendar.c (calendar_paint_week_numbers, calendar_paint_day):
+       Oops.  s/_(/Q_(/ in the patch.
+
 2006-01-25  Behdad Esfahbod  <behdad@gnome.org>
 
        * gtk/gtkcalendar.c (calendar_paint_week_numbers, calendar_paint_day):
index 6ed0e4238d570377d280a68b35fb1a525191a966..101962bfe0b208c6bae020a53237cbe2c7f1dd90 100644 (file)
@@ -1,3 +1,8 @@
+2006-01-25  Behdad Esfahbod  <behdad@gnome.org>
+
+       * gtk/gtkcalendar.c (calendar_paint_week_numbers, calendar_paint_day):
+       Oops.  s/_(/Q_(/ in the patch.
+
 2006-01-25  Behdad Esfahbod  <behdad@gnome.org>
 
        * gtk/gtkcalendar.c (calendar_paint_week_numbers, calendar_paint_day):
index a7cf0bfee12c2fe47efa45600f467b4cd21c27c7..5e68c5de63c8cca855fe095d3eb4a590e2225724 100644 (file)
@@ -2082,7 +2082,7 @@ calendar_paint_week_numbers (GtkCalendar *calendar)
        * digits.  That needs support from your system and locale definition
        * too.
        */
-      g_snprintf (buffer, sizeof (buffer), _("calendar:week:digits|%d"), week);
+      g_snprintf (buffer, sizeof (buffer), Q_("calendar:week:digits|%d"), week);
       pango_layout_set_text (layout, buffer, -1);
       pango_layout_get_pixel_extents (layout, NULL, &logical_rect);
 
@@ -2207,7 +2207,7 @@ calendar_paint_day (GtkCalendar *calendar,
    * digits.  That needs support from your system and locale definition
    * too.
    */
-  g_snprintf (buffer, sizeof (buffer), _("calendar:day:digits|%d"), day);
+  g_snprintf (buffer, sizeof (buffer), Q_("calendar:day:digits|%d"), day);
   layout = gtk_widget_create_pango_layout (widget, buffer);
   pango_layout_get_pixel_extents (layout, NULL, &logical_rect);